ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / GeoMapLayer<T> Class
Members

In This Topic
    GeoMapLayer<T> Class
    In This Topic
    Represents a map layer with geographical data.
    Object Model
    GeoMapLayer<T> ClassColorScale ClassSVGStyle Class
    Syntax
    'Declaration
     
    
    Public Class GeoMapLayer(Of T) 
       Inherits ExtraMapLayer(Of T)
    public class GeoMapLayer<T> : ExtraMapLayer<T> 
    Type Parameters
    T
    Inheritance Hierarchy

    System.Object
       C1.Web.Mvc.MapLayerBase<T>
          C1.Web.Mvc.ExtraMapLayer<T>
             C1.Web.Mvc.GeoMapLayer<T>

    See Also